2022 - January/February
In the cover article, Joydip provides a deep dive into how to work with Apache Kafka to manage messaging in ASP.NET 6 Core. Sahil Malik discusses Git and how to get started with Git. Paul D. Sheriff gives us part three of his series on MVC applications with JavaScript and jQuery; this one describes how to code Web API calls that you can call from an application to avoid post-backs. Mike discusses what drives complexity in software development and how teams can work together better to manage complexity. Bilal takes the PHP Laravel project created in his previous article and shows how to connect to a local MySQL database, then push the application to the Google Cloud and connect to the Google Cloud SQL service. Plus much more.
-
-
The Basics of Git
Sahil discusses Git and how to get started with Git; love it or hate it, it works and we all use it for source control. Learn some Git tips and tricks to use it better.
-
Enhance Your MVC Applications Using JavaScript and jQuery: Part 3
Paul continues his series on how to make your MVC applications more fun to build and more comfortable for your users. Learn to write Web API calls that you can call from the application to avoid post-backs.
-
It’s Complicated
Software development is complicated. Mike talks about dealing with complexity on teams, and how teams can work together better to manage those giant piles of new ideas with catchy names.
-
Beginner’s Guide to Deploying PHP Laravel on the Google Cloud Platform: Part 2
Bilal continues his series on the PHP Laravel framework by connecting the app to a local MySQL database, involving the Google Cloud SQL service, and then running a Laravel database migration from the Cloud Build workflow.
-
Working with Apache Kafka in ASP.NET 6 Core
Kafka is an open-source high throughput, low latency messaging system for distributed applications. Joydip shows you how it’s what you’ve been waiting for.
-
The Secrets of Manipulating CSV Files
Rod shows you how CSV is anything but old news.
-
Minimal APIs in .NET 6
Controller-based APIs have been around for a long time, but .NET 6 changes everything with a new option. Shawn shows you how it works.
-
Simplest Thing Possible: Tasks
John revives his old series with an interesting study of Tasks so you can take your .NET feature to the next level.
-
Running Serverless Functions on Kubernetes
Peter explains how to automate load balancing, scaling, and more, using Kubernetes’ primitives and container technology.
-